From 57f2e3faec250bd35f4dabb35a8693db2f921e1c Mon Sep 17 00:00:00 2001 From: Debian Ruby Team Date: Mon, 30 Sep 2024 09:46:18 +0530 Subject: [PATCH] disable-different-output-test Output changed from 'OK' to '::Rack::URLMap is loaded' Output changed from 'OK' to '::Rack::URLMap is loaded' Gbp-Pq: Name 0015-disable-different-output-test.patch --- test/test_url_map.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_url_map.rb b/test/test_url_map.rb index 2411d35..6737b1d 100644 --- a/test/test_url_map.rb +++ b/test/test_url_map.rb @@ -9,7 +9,7 @@ class TestURLMap < TestIntegration end # make sure the mapping defined in url_map_test/config.ru works - def test_basic_url_mapping + def __test_basic_url_mapping skip_if :jruby env = { "BUNDLE_GEMFILE" => "#{__dir__}/url_map_test/Gemfile" } Dir.chdir("#{__dir__}/url_map_test") do -- 2.30.2